Fix up perl path in installed scripts
authorHilko Bengen <bengen@debian.org>
Sat, 28 Jul 2018 16:59:16 +0000 (18:59 +0200)
committerHilko Bengen <bengen@debian.org>
Sun, 14 Oct 2018 20:50:00 +0000 (21:50 +0100)
Gbp-Pq: Name 0013-Fix-up-perl-path-in-installed-scripts.patch

perl/examples/create_disk.pl
perl/examples/inspect_vm.pl
tools/virt-list-filesystems
tools/virt-list-partitions
tools/virt-tar
tools/virt-win-reg

index 3b406833a54382360b026a720c2bb90253e55636..3b69fabea19693030fb6232a08cbd4991a5b47b7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # Example showing how to create a disk image.
 
index 04fbae6d9085fb2dcc60b3479fe1a6b041d7413b..00679ec81a0500679a42c7286ea4588396175c52 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # Example showing how to inspect a virtual machine disk.
 
index 271f34a9deb1f4de48c92dddb773271624562ef1..85488e371cad05b564ed5c8ba33e35350d9faf78 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-list-filesystems
 # Copyright (C) 2009-2018 Red Hat Inc.
 #
index 4514172cece311f793cc1ff97cf354356972ac09..73069d8928abbeac15e66c6329ef15fb41c559b7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-list-partitions
 # Copyright (C) 2010 Red Hat Inc.
 #
index 57e6b2602975696110f0f0b44cbf91680f781568..6833fe9a1132b4639ec4627f4f12f3b38543c9de 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-tar
 # Copyright (C) 2009-2018 Red Hat Inc.
 #
index 1a936c5d072524f5ed127b7483f1b3ae45c55027..0fd45464144474f132e1db201a57f9e1c03d269a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-win-reg
 # Copyright (C) 2010 Red Hat Inc.
 #